home *** CD-ROM | disk | FTP | other *** search
- ; SiSV.inf
- ;
- ; Installation inf for the Silicon Integrated Systems SiS graphics adapter.
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%SiS%
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
-
- [DestinationDirs]
- DefaultDestDir = 11
- SiSV.Miniport = 12 ; drivers
- SiSV.Display = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %SiS% = SiS.Mfg
-
- [SiS.Mfg]
- %SiS% = SiSV
-
-
- ;
- ; General installation section
- ;
-
- [SiSV]
- CopyFiles=SiSV.Miniport, SiSV.Display
-
- ;
- ; File sections
- ;
-
- [SiSV.Miniport]
- SiSV.sys
-
- [SiSV.Display]
- SiSV.dll
- SiSV256.dll
-
-
- ;
- ; Service Installation
- ;
-
- [SiSV.Services]
- AddService = SiSV, 0x00000002, SiSV_Service_Inst, SiSV_EventLog_Inst
-
- [SiSV_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\SiSV.sys
-
- [SiSV_EventLog_Inst]
- AddReg = SiSV_EventLog_AddReg
-
- [SiSV_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\SiSV.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [SiSV.SoftwareSettings]
- AddReg = SiSV_SoftwareDeviceSettings
-
- [SiSV_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, SiSV, SiSV256
- HKR,, VgaCompatible, %REG_DWORD%, 1
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- SiSV.sys = 1
- SiSV.dll = 1
- SiSV256.dll = 1
-
-
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = System\CurrentControlSet\Services
-
- ;
- ; Localizable Strings
- ;
-
- DiskId = "Silicon Integrated Systems Installation DISK (VIDEO)"
- GraphAdap = "Graphics Adapter"
- SiS = "SiS 6326"
-